home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dataconv / dbftosql.dfm / dbftosql.txt
Encoding:
Text File  |  1995-12-22  |  7.1 KB  |  283 lines

  1. object DBF2SQL: TDBF2SQL
  2.   Left = 274
  3.   Top = 192
  4.   Width = 669
  5.   Height = 361
  6.   Caption = 'BDE Database Conversion Utility'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormCreate
  15.   TextHeight = 20
  16.   object CnvrtBtn: TButton
  17.     Left = 501
  18.     Top = 248
  19.     Width = 145
  20.     Height = 33
  21.     Caption = '&Convert'
  22.     TabOrder = 3
  23.     OnClick = CnvrtBtnClick
  24.   end
  25.   object ExitBtn: TButton
  26.     Left = 501
  27.     Top = 288
  28.     Width = 145
  29.     Height = 33
  30.     Caption = 'E&xit'
  31.     TabOrder = 4
  32.     OnClick = ExitBtnClick
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 8
  36.     Top = 8
  37.     Width = 473
  38.     Height = 153
  39.     Caption = ' Source File '
  40.     Ctl3D = True
  41.     ParentCtl3D = False
  42.     TabOrder = 0
  43.     object Label1: TLabel
  44.       Left = 8
  45.       Top = 68
  46.       Width = 97
  47.       Height = 21
  48.       Alignment = taRightJustify
  49.       AutoSize = False
  50.       Caption = 'Path'
  51.     end
  52.     object DbfFile: TLabel
  53.       Left = 8
  54.       Top = 108
  55.       Width = 97
  56.       Height = 21
  57.       Alignment = taRightJustify
  58.       AutoSize = False
  59.       Caption = 'Table Name'
  60.     end
  61.     object Label2: TLabel
  62.       Left = 8
  63.       Top = 28
  64.       Width = 97
  65.       Height = 21
  66.       Alignment = taRightJustify
  67.       AutoSize = False
  68.       Caption = 'Alias'
  69.     end
  70.     object SpeedButton1: TSpeedButton
  71.       Left = 440
  72.       Top = 24
  73.       Width = 25
  74.       Height = 25
  75.       Hint = 'Change the parameters for this alias, i.e. Username/Password'
  76.       Glyph.Data = {
  77.         78010000424D7801000000000000760000002800000020000000100000000100
  78.         04000000000000000000120B0000120B00000000000000000000000000000000
  79.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  80.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333300333
  81.         33333333333773FF333333333330F0033333333333373773FF333333330FFFF0
  82.         03333333337F333773FF3333330FFFFFF003333333733FF33773333330FF00FF
  83.         FF80333337F3773F3337333330FFFF0FFFF03FFFF7FFF3733F3700000000FFFF
  84.         0FF0777777773FF373370000000000FFFFF07FFFFFF377FFF3370CCCCC000000
  85.         FF037777773337773F7300CCC000003300307F77733337F37737000C00000033
  86.         33307F373333F7F333370000007B703333307FFFF337F7F33337099900BBB033
  87.         33307777F37777FF33370999007B700333037777F3373773FF73099900000030
  88.         00337777FFFFF7F77733000000000033333377777777773333330000}
  89.       NumGlyphs = 2
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       OnClick = SpeedButton1Click
  93.     end
  94.     object SourcePath: TEdit
  95.       Left = 112
  96.       Top = 65
  97.       Width = 321
  98.       Height = 29
  99.       Hint = 'Enter the path for the source file if applicable.'
  100.       ParentShowHint = False
  101.       ShowHint = True
  102.       TabOrder = 1
  103.     end
  104.     object SourceAlias: TComboBox
  105.       Left = 112
  106.       Top = 24
  107.       Width = 321
  108.       Height = 28
  109.       Hint = 'Enter the BDE alias for the Source File'
  110.       Ctl3D = True
  111.       ItemHeight = 20
  112.       ParentCtl3D = False
  113.       ParentShowHint = False
  114.       ShowHint = True
  115.       TabOrder = 0
  116.       OnExit = SourceAliasChange
  117.     end
  118.     object SourceTableName: TComboBox
  119.       Left = 112
  120.       Top = 104
  121.       Width = 321
  122.       Height = 28
  123.       Hint = 'Drop down list of available files for this alias/path.'
  124.       ItemHeight = 20
  125.       ParentShowHint = False
  126.       ShowHint = True
  127.       TabOrder = 2
  128.       OnEnter = SourceTableNameEnter
  129.     end
  130.   end
  131.   object GroupBox2: TGroupBox
  132.     Left = 8
  133.     Top = 168
  134.     Width = 473
  135.     Height = 153
  136.     Caption = ' Destination File '
  137.     TabOrder = 1
  138.     object Label4: TLabel
  139.       Left = 8
  140.       Top = 29
  141.       Width = 98
  142.       Height = 22
  143.       Alignment = taRightJustify
  144.       AutoSize = False
  145.       Caption = 'Alias'
  146.     end
  147.     object Label6: TLabel
  148.       Left = 8
  149.       Top = 109
  150.       Width = 98
  151.       Height = 22
  152.       Alignment = taRightJustify
  153.       AutoSize = False
  154.       Caption = 'Table Name'
  155.     end
  156.     object Label3: TLabel
  157.       Left = 8
  158.       Top = 72
  159.       Width = 98
  160.       Height = 22
  161.       Alignment = taRightJustify
  162.       AutoSize = False
  163.       Caption = 'Path'
  164.     end
  165.     object SpeedButton2: TSpeedButton
  166.       Left = 440
  167.       Top = 24
  168.       Width = 25
  169.       Height = 25
  170.       Hint = 'Change the parameters for this alias, i.e. Username/Password'
  171.       Glyph.Data = {
  172.         78010000424D7801000000000000760000002800000020000000100000000100
  173.         04000000000000000000120B0000120B00000000000000000000000000000000
  174.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  175.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333300333
  176.         33333333333773FF333333333330F0033333333333373773FF333333330FFFF0
  177.         03333333337F333773FF3333330FFFFFF003333333733FF33773333330FF00FF
  178.         FF80333337F3773F3337333330FFFF0FFFF03FFFF7FFF3733F3700000000FFFF
  179.         0FF0777777773FF373370000000000FFFFF07FFFFFF377FFF3370CCCCC000000
  180.         FF037777773337773F7300CCC000003300307F77733337F37737000C00000033
  181.         33307F373333F7F333370000007B703333307FFFF337F7F33337099900BBB033
  182.         33307777F37777FF33370999007B700333037777F3373773FF73099900000030
  183.         00337777FFFFF7F77733000000000033333377777777773333330000}
  184.       NumGlyphs = 2
  185.       ParentShowHint = False
  186.       ShowHint = True
  187.       OnClick = SpeedButton2Click
  188.     end
  189.     object DestPath: TEdit
  190.       Left = 112
  191.       Top = 68
  192.       Width = 321
  193.       Height = 29
  194.       Hint = 'Enter the path for the destination file if applicable.'
  195.       ParentShowHint = False
  196.       ShowHint = True
  197.       TabOrder = 1
  198.     end
  199.     object DestAlias: TComboBox
  200.       Left = 112
  201.       Top = 24
  202.       Width = 321
  203.       Height = 28
  204.       Hint = 'Enter the BDE alias for the Destination File'
  205.       Ctl3D = True
  206.       ItemHeight = 20
  207.       ParentCtl3D = False
  208.       ParentShowHint = False
  209.       ShowHint = True
  210.       TabOrder = 0
  211.       OnExit = DestAliasChange
  212.     end
  213.     object DestTableName: TComboBox
  214.       Left = 112
  215.       Top = 112
  216.       Width = 321
  217.       Height = 28
  218.       Hint = 'Drop down list of available files for this alias/path.'
  219.       ItemHeight = 20
  220.       ParentShowHint = False
  221.       ShowHint = True
  222.       TabOrder = 2
  223.       OnEnter = DestTableNameEnter
  224.     end
  225.   end
  226.   object RadioGroup1: TRadioGroup
  227.     Left = 493
  228.     Top = 8
  229.     Width = 161
  230.     Height = 233
  231.     Caption = ' Action '
  232.     ItemIndex = 0
  233.     Items.Strings = (
  234.       'Append'
  235.       'Append/Update'
  236.       'Create'
  237.       'Delete'
  238.       'Update')
  239.     TabOrder = 2
  240.     OnClick = RadioGroup1Click
  241.   end
  242.   object SrcTable: TTable
  243.     DatabaseName = 'SOURCEDB'
  244.     ReadOnly = True
  245.     Left = 8
  246.     Top = 8
  247.   end
  248.   object SrcData: TDataSource
  249.     DataSet = SrcTable
  250.     Left = 8
  251.     Top = 40
  252.   end
  253.   object BatchMove: TBatchMove
  254.     AbortOnKeyViol = False
  255.     AbortOnProblem = False
  256.     ChangedTableName = 'BatChang'
  257.     Destination = DestTable
  258.     KeyViolTableName = 'BatKViol'
  259.     Mode = batCopy
  260.     ProblemTableName = 'BatProbl'
  261.     RecordCount = 1
  262.     Source = SrcTable
  263.     Top = 160
  264.   end
  265.   object DestTable: TTable
  266.     DatabaseName = 'DESTDB'
  267.     Left = 8
  268.     Top = 200
  269.   end
  270.   object SourceDataBase: TDatabase
  271.     DatabaseName = 'SOURCEDB'
  272.     LoginPrompt = False
  273.     Left = 8
  274.     Top = 72
  275.   end
  276.   object DestDataBase: TDatabase
  277.     DatabaseName = 'DESTDB'
  278.     LoginPrompt = False
  279.     Left = 8
  280.     Top = 232
  281.   end
  282. end
  283.